home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #9
/
Amiga Plus CD - 2004 - No. 09.iso
/
amigaplus
/
tools
/
amigaos4_only
/
fracblank
/
source
/
fraccommodity.h
< prev
next >
Wrap
C/C++ Source or Header
|
2004-08-03
|
613b
|
31 lines
// BlankerControl data
extern struct Process *BlankerControlProcess;
// BlankerEntry data
extern struct SignalSemaphore BlankSemaphore;
extern struct Screen *BlankScreen;
extern struct Task *BlankTask;
extern ULONG CycleMask;
// Screen and pattern change timeout
extern ULONG ScreenCount,
ScreenTimeout,
PatternCount,
PatternTimeout;
// The current colour mode
extern UBYTE ColourMode;
// The process responsible for saving the screen data to the clipboard
extern struct Process *Saver;
// Prototypes
extern VOID SaverEntry();